home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Code Templates / css2.tpl < prev    next >
Encoding:
Text File  |  2003-10-17  |  12.6 KB  |  568 lines

  1. object TPersHolder
  2.   P = <
  3.     item
  4.       Name = 'background'
  5.       Description = 'Background'
  6.       Code.Strings = (
  7.         'background: |;')
  8.     end
  9.     item
  10.       Name = 'background-attachment'
  11.       Description = 'Background attachment'
  12.       Code.Strings = (
  13.         'background-attachment: |;')
  14.     end
  15.     item
  16.       Name = 'background-color'
  17.       Description = 'Background color'
  18.       Code.Strings = (
  19.         'background-color: |;')
  20.     end
  21.     item
  22.       Name = 'background-image'
  23.       Description = 'Background image'
  24.       Code.Strings = (
  25.         'background-image: |;')
  26.     end
  27.     item
  28.       Name = 'background-position'
  29.       Description = 'Background position'
  30.       Code.Strings = (
  31.         'background position: |;')
  32.     end
  33.     item
  34.       Name = 'background-repeat'
  35.       Description = 'Background repeat'
  36.       Code.Strings = (
  37.         'background-repeat: |;')
  38.     end
  39.     item
  40.       Name = 'border'
  41.       Description = 'Border properties'
  42.       Code.Strings = (
  43.         'border: |;')
  44.     end
  45.     item
  46.       Name = 'border-bottom'
  47.       Description = 'Border bottom'
  48.       Code.Strings = (
  49.         'border-bottom: |;')
  50.     end
  51.     item
  52.       Name = 'boder-bottom-color'
  53.       Description = 'Border bottom color'
  54.       Code.Strings = (
  55.         'border-bottom-color: |;')
  56.     end
  57.     item
  58.       Name = 'border-bottom-style'
  59.       Description = 'Border bottom style'
  60.       Code.Strings = (
  61.         'border-bottom-style: |;')
  62.     end
  63.     item
  64.       Name = 'border-bottom-width'
  65.       Description = 'Border bottom width'
  66.       Code.Strings = (
  67.         'border-bottom-width: |;')
  68.     end
  69.     item
  70.       Name = 'border-color'
  71.       Description = 'Border color'
  72.       Code.Strings = (
  73.         'border-color: |;')
  74.     end
  75.     item
  76.       Name = 'border-collapse'
  77.       Description = 'Border collapse'
  78.       Code.Strings = (
  79.         'border-collapse: |;')
  80.     end
  81.     item
  82.       Name = 'border-left'
  83.       Description = 'Border left'
  84.       Code.Strings = (
  85.         'border-left: |;')
  86.     end
  87.     item
  88.       Name = 'border-left-color'
  89.       Description = 'Border left color'
  90.       Code.Strings = (
  91.         'border-left-color: |;')
  92.     end
  93.     item
  94.       Name = 'border-left-style'
  95.       Description = 'Border left style'
  96.       Code.Strings = (
  97.         'border-left-style: |;')
  98.     end
  99.     item
  100.       Name = 'border-left-width'
  101.       Description = 'Border left width'
  102.       Code.Strings = (
  103.         'border-left-width: |;')
  104.     end
  105.     item
  106.       Name = 'border-right'
  107.       Description = 'Border right'
  108.       Code.Strings = (
  109.         'border-right: |;')
  110.     end
  111.     item
  112.       Name = 'border-right-color'
  113.       Description = 'Border right color'
  114.       Code.Strings = (
  115.         'border-right-color: |;')
  116.     end
  117.     item
  118.       Name = 'border-right-style'
  119.       Description = 'Border right style'
  120.       Code.Strings = (
  121.         'border-right-style: |;')
  122.     end
  123.     item
  124.       Name = 'border-right-width'
  125.       Description = 'Border right width'
  126.       Code.Strings = (
  127.         'border-right-width: |;')
  128.     end
  129.     item
  130.       Name = 'border-spacing'
  131.       Description = 'Border spacing'
  132.       Code.Strings = (
  133.         'border-spacing: |;')
  134.     end
  135.     item
  136.       Name = 'border-style'
  137.       Description = 'Border style'
  138.       Code.Strings = (
  139.         'border-style: |;')
  140.     end
  141.     item
  142.       Name = 'border-top'
  143.       Description = 'Border top'
  144.       Code.Strings = (
  145.         'border-top: |;')
  146.     end
  147.     item
  148.       Name = 'border-top-color'
  149.       Description = 'Border top color'
  150.       Code.Strings = (
  151.         'border-top-color: |;')
  152.     end
  153.     item
  154.       Name = 'border-top-style'
  155.       Description = 'Border top style'
  156.       Code.Strings = (
  157.         'border-top-style: |;')
  158.     end
  159.     item
  160.       Name = 'border-top-width'
  161.       Description = 'Border top width'
  162.       Code.Strings = (
  163.         'border-top-width: |;')
  164.     end
  165.     item
  166.       Name = 'border-width'
  167.       Description = 'Border width'
  168.       Code.Strings = (
  169.         'border-width: |;')
  170.     end
  171.     item
  172.       Name = 'bottom'
  173.       Description = 'Bottom'
  174.       Code.Strings = (
  175.         'bottom: |;')
  176.     end
  177.     item
  178.       Name = 'caption-side'
  179.       Description = 'Caption side'
  180.       Code.Strings = (
  181.         'caption-side: |;')
  182.     end
  183.     item
  184.       Name = 'clear'
  185.       Description = 'Clear'
  186.       Code.Strings = (
  187.         'clear: |;')
  188.     end
  189.     item
  190.       Name = 'clip'
  191.       Description = 'Clip'
  192.       Code.Strings = (
  193.         'clip: |;')
  194.     end
  195.     item
  196.       Name = 'color'
  197.       Description = 'Color of text'
  198.       Code.Strings = (
  199.         'color: |;')
  200.     end
  201.     item
  202.       Name = 'content'
  203.       Description = 'Content'
  204.       Code.Strings = (
  205.         'content: |;')
  206.     end
  207.     item
  208.       Name = 'counter-increment'
  209.       Description = 'Counter increment'
  210.       Code.Strings = (
  211.         'counter-increment: |;')
  212.     end
  213.     item
  214.       Name = 'counter-reset'
  215.       Description = 'Counter reset'
  216.       Code.Strings = (
  217.         'counter-reset: |;')
  218.     end
  219.     item
  220.       Name = 'cursor'
  221.       Description = 'Cursor'
  222.       Code.Strings = (
  223.         'cursor: |;')
  224.     end
  225.     item
  226.       Name = 'direction'
  227.       Description = 'Direction of text'
  228.       Code.Strings = (
  229.         'direction: |;')
  230.     end
  231.     item
  232.       Name = 'display'
  233.       Description = 'Display'
  234.       Code.Strings = (
  235.         'display: |;')
  236.     end
  237.     item
  238.       Name = 'empty-cells'
  239.       Description = 'Empty cells'
  240.       Code.Strings = (
  241.         'emtpy-cells: |;')
  242.     end
  243.     item
  244.       Name = 'float'
  245.       Description = 'Float'
  246.       Code.Strings = (
  247.         'float: |;')
  248.     end
  249.     item
  250.       Name = 'font'
  251.       Description = 'Font'
  252.       Code.Strings = (
  253.         'font: |;')
  254.     end
  255.     item
  256.       Name = 'font-family'
  257.       Description = 'Font family'
  258.       Code.Strings = (
  259.         'font-family: |;')
  260.     end
  261.     item
  262.       Name = 'font-size'
  263.       Description = 'Font size'
  264.       Code.Strings = (
  265.         'font-size: |;')
  266.     end
  267.     item
  268.       Name = 'font-size-adjust'
  269.       Description = 'Font size adjust'
  270.       Code.Strings = (
  271.         'font-size-adjust: |;')
  272.     end
  273.     item
  274.       Name = 'font-strecht'
  275.       Description = 'Font strecht'
  276.       Code.Strings = (
  277.         'font-strecht: |;')
  278.     end
  279.     item
  280.       Name = 'font-style'
  281.       Description = 'Font style'
  282.       Code.Strings = (
  283.         'font-style: |;')
  284.     end
  285.     item
  286.       Name = 'font-variant'
  287.       Description = 'Font variant'
  288.       Code.Strings = (
  289.         'font-variant: |;')
  290.     end
  291.     item
  292.       Name = 'font-weight'
  293.       Description = 'Font weight'
  294.       Code.Strings = (
  295.         'font-weight: |;')
  296.     end
  297.     item
  298.       Name = 'height'
  299.       Description = 'Height'
  300.       Code.Strings = (
  301.         'height: |;')
  302.     end
  303.     item
  304.       Name = 'left'
  305.       Description = 'Left'
  306.       Code.Strings = (
  307.         'left: |;')
  308.     end
  309.     item
  310.       Name = 'letter-spacing'
  311.       Description = 'Letter spacing'
  312.       Code.Strings = (
  313.         'letter-spacing: |;')
  314.     end
  315.     item
  316.       Name = 'line-height'
  317.       Description = 'Line height'
  318.       Code.Strings = (
  319.         'line-height: |;')
  320.     end
  321.     item
  322.       Name = 'list-style'
  323.       Description = 'List style'
  324.       Code.Strings = (
  325.         'list-style: |;')
  326.     end
  327.     item
  328.       Name = 'list-style-image'
  329.       Description = 'List style image'
  330.       Code.Strings = (
  331.         'list-style-image: |;')
  332.     end
  333.     item
  334.       Name = 'list-style-position'
  335.       Description = 'List style position'
  336.       Code.Strings = (
  337.         'list-style-position: |;')
  338.     end
  339.     item
  340.       Name = 'list-style-type'
  341.       Description = 'List style type'
  342.       Code.Strings = (
  343.         'list-style-type: |;')
  344.     end
  345.     item
  346.       Name = 'margin'
  347.       Description = 'Margin'
  348.       Code.Strings = (
  349.         'margin: |;')
  350.     end
  351.     item
  352.       Name = 'margin-bottom'
  353.       Description = 'Margin bottom'
  354.       Code.Strings = (
  355.         'margin-bottom: |;')
  356.     end
  357.     item
  358.       Name = 'margin-left'
  359.       Description = 'Margin left'
  360.       Code.Strings = (
  361.         'margin-left: |;')
  362.     end
  363.     item
  364.       Name = 'margin-right'
  365.       Description = 'Margin right'
  366.       Code.Strings = (
  367.         'margin-right: |;')
  368.     end
  369.     item
  370.       Name = 'margin-top'
  371.       Description = 'Margin top'
  372.       Code.Strings = (
  373.         'margin-top: |;')
  374.     end
  375.     item
  376.       Name = 'marker-offset'
  377.       Description = 'Marker offset'
  378.       Code.Strings = (
  379.         'marker-offset: |;')
  380.     end
  381.     item
  382.       Name = 'max-height'
  383.       Description = 'Maximum height'
  384.       Code.Strings = (
  385.         'max-height: |;')
  386.     end
  387.     item
  388.       Name = 'max-width'
  389.       Description = 'Maximum width'
  390.       Code.Strings = (
  391.         'max-width: |;')
  392.     end
  393.     item
  394.       Name = 'min-height'
  395.       Description = 'Minimum height'
  396.       Code.Strings = (
  397.         'min-height: |;')
  398.     end
  399.     item
  400.       Name = 'min-width'
  401.       Description = 'Minimum width'
  402.       Code.Strings = (
  403.         'min-width: |;')
  404.     end
  405.     item
  406.       Name = 'outline'
  407.       Description = 'Outline'
  408.       Code.Strings = (
  409.         'outline: |;')
  410.     end
  411.     item
  412.       Name = 'outline-color'
  413.       Description = 'Outline color'
  414.       Code.Strings = (
  415.         'outline-color: |;')
  416.     end
  417.     item
  418.       Name = 'outline-style'
  419.       Description = 'Outline style'
  420.       Code.Strings = (
  421.         'outline-style: |;')
  422.     end
  423.     item
  424.       Name = 'outline-width'
  425.       Description = 'Outline width'
  426.       Code.Strings = (
  427.         'outline-width: |;')
  428.     end
  429.     item
  430.       Name = 'overflow'
  431.       Description = 'Overflow'
  432.       Code.Strings = (
  433.         'overflow: |;')
  434.     end
  435.     item
  436.       Name = 'padding'
  437.       Description = 'Padding'
  438.       Code.Strings = (
  439.         'padding: |;')
  440.     end
  441.     item
  442.       Name = 'padding-bottom'
  443.       Description = 'Padding bottom'
  444.       Code.Strings = (
  445.         'padding-bottom: |;')
  446.     end
  447.     item
  448.       Name = 'padding-left'
  449.       Description = 'Padding left'
  450.       Code.Strings = (
  451.         'padding-left: |;')
  452.     end
  453.     item
  454.       Name = 'padding-right'
  455.       Description = 'Padding right'
  456.       Code.Strings = (
  457.         'padding-right: |;')
  458.     end
  459.     item
  460.       Name = 'padding-top'
  461.       Description = 'Padding top'
  462.       Code.Strings = (
  463.         'padding-top: |;')
  464.     end
  465.     item
  466.       Name = 'position'
  467.       Description = 'Position'
  468.       Code.Strings = (
  469.         'position: |;')
  470.     end
  471.     item
  472.       Name = 'quotes'
  473.       Description = 'Quotes'
  474.       Code.Strings = (
  475.         'quotes: |;')
  476.     end
  477.     item
  478.       Name = 'right'
  479.       Description = 'Right'
  480.       Code.Strings = (
  481.         'right: |;')
  482.     end
  483.     item
  484.       Name = 'table-layout'
  485.       Description = 'Table layout'
  486.       Code.Strings = (
  487.         'table-layout: |;')
  488.     end
  489.     item
  490.       Name = 'text-align'
  491.       Description = 'Text align'
  492.       Code.Strings = (
  493.         'text-align: |;')
  494.     end
  495.     item
  496.       Name = 'text-decoration'
  497.       Description = 'Text decoration'
  498.       Code.Strings = (
  499.         'text-decoration: |;')
  500.     end
  501.     item
  502.       Name = 'text-indent'
  503.       Description = 'Text indent'
  504.       Code.Strings = (
  505.         'text-indent: |;')
  506.     end
  507.     item
  508.       Name = 'text-shadow'
  509.       Description = 'Text shadow'
  510.       Code.Strings = (
  511.         'text-shadow: |;')
  512.     end
  513.     item
  514.       Name = 'text-transform'
  515.       Description = 'Text transform'
  516.       Code.Strings = (
  517.         'text-transform: |;')
  518.     end
  519.     item
  520.       Name = 'top'
  521.       Description = 'Top'
  522.       Code.Strings = (
  523.         'top: |;')
  524.     end
  525.     item
  526.       Name = 'unicode-bidi'
  527.       Description = 'Unicode bidi'
  528.       Code.Strings = (
  529.         'unicode-bidi: |;')
  530.     end
  531.     item
  532.       Name = 'vertical-align'
  533.       Description = 'Vertical align'
  534.       Code.Strings = (
  535.         'vertical-align: |;')
  536.     end
  537.     item
  538.       Name = 'visibility'
  539.       Description = 'Visibility'
  540.       Code.Strings = (
  541.         'visibility: |;')
  542.     end
  543.     item
  544.       Name = 'white-space'
  545.       Description = 'White space'
  546.       Code.Strings = (
  547.         'white-space: |;')
  548.     end
  549.     item
  550.       Name = 'width'
  551.       Description = 'Width'
  552.       Code.Strings = (
  553.         'width: |;')
  554.     end
  555.     item
  556.       Name = 'word-spacing'
  557.       Description = 'Word spacing'
  558.       Code.Strings = (
  559.         'word-spacing: |;')
  560.     end
  561.     item
  562.       Name = 'z-index'
  563.       Description = 'Z index position'
  564.       Code.Strings = (
  565.         'z-index: |;')
  566.     end>
  567. end
  568.